GetTextExtentExPoint(IntPtr,String,Int32,Int32,Int32,Int32[],Size) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function GetTextExtentExPoint( _
ByVal As System.IntPtr, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByVal () As System.Integer, _
ByRef As System.Drawing.Size _
) As System.Boolean
public static System.bool GetTextExtentExPoint(
System.IntPtr ,
System.string ,
System.int ,
System.int ,
out System.int ,
System.int[] ,
out System.Drawing.Size
)
Parameters
- hdc
- lpszStr
- cchString
- nMaxExtent
- lpnFit
- alpDx
- lpSize
See Also